processTemplate

processTemplate
(,
string enginePath
,
out string templateResult
,
in string[string] additionalVariables = string[string].init
)

Parameters

templatePath string

path/to/folder/with/dub.template.json

enginePath string

The engine path which will be used for the configuration engineModules

templateResult string

The resulting string which can be used to cache internally or even save a file.

additionalVariables string[string]

Additional variables that may come as an always defined. Used internally

Return Value

The result of the operation

Meta